Adds the specified item to the end of the collection.
public virtual void Add(
)
'Declaration
Public Overridable Sub Add( _
ByVal As _
)
'Usage
Dim instance As RasterCollection(Of T)
Dim item As
instance.Add(item)
public virtual void Add(
item
)
function Leadtools.RasterCollection.Add(
item
)
public:
virtual void Add(
)
Parameters
- item
- Object to add.
Return Value
The index of the newly added item.